home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.bin / Docs / Panic.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  125 b   |  7 lines

  1. on exitFrame
  2.   if not rollOver(3) and not rollOver(4) and not rollOver(2) then
  3.     go("inicio")
  4.   end if
  5.   go(the frame)
  6. end
  7.